home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / web212.zip / WEB.DOC < prev    next >
Text File  |  1997-08-08  |  3KB  |  94 lines

  1. Web/2 v1.2 (c) 1997 dink  (dink@ciholding.com / http://ciholding.com/dink)
  2.  
  3. What is Web/2?
  4. ^^^^^^^^^^^^^^
  5. Web/2 is a Web server (HTTPD as the unix folks know it) for OS/2 Warp v3
  6. and v4.  It uses separate threads for each connection so  everything  is
  7. fast.  Its made for people who  1) don't  want  a million files on their
  8. hd (like the the other httpd's) and  2) don't want to spend a day trying
  9. to get it configured.
  10.  
  11. Whats New?
  12. ^^^^^^^^^^
  13. Access to other directories via ALIAS.CFG, check it out!
  14.  
  15. How do i set it up?
  16. ^^^^^^^^^^^^^^^^^^^
  17. Just unzip it into a directory, like c:\web, make a dir under c:\web
  18. called html, then copy all of your html/image/whatever files into
  19. c:\web\html.
  20.  
  21. If you are using F.A.T. file allocation
  22. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23. You may use alias.cfg to alias your file names to whatever you want!
  24. (edit alias.cfg with your favorite text editor for details..)
  25.  
  26. HPFS
  27. ^^^^
  28. Use the hpfs parameter if you are running on an hpfs drive and want
  29. to use long filenames.  (ex: web 80 hpfs)
  30.  
  31. Running
  32. ^^^^^^^
  33. Now, all you have to do is create a program icon with the following settings:
  34. Path and Filename: c:\web\web.exe
  35. Parameters: 80
  36. Working Directory: c:\web
  37.  
  38. The parameter is the port to run the web server on, the standard Web port
  39. is port 80.  Change this number if you want otherwise.
  40.  
  41. Neat feature!
  42. ^^^^^^^^^^^^^
  43. In your html file(s), you can include "<textcounter>" anywhere in the
  44. file to use the built-in textcounter.  If you want to change the number
  45. of hits your page has received, edit counter.dat
  46. For an example of how to use the textcounter, look at the enclosed index.htm
  47. file.
  48.  
  49. Stuff
  50. ^^^^^
  51. 1) For using long filenames, you no longer have to use the alias.cfg
  52.    (allthough alias.cfg is still good for people like me who use F.A.T.)
  53. 2) Added a log-file (web.log)
  54. 3) Included the official Web/2 lizzard-guy-thinggy icon!
  55.  
  56. Thanks goes out to:
  57.  
  58. Allan Mertner for creating Virtual Pascal/2 and for suggestions on the log
  59. file and other things.
  60.  
  61. Me, because without me, this wouldn't exist.
  62.  
  63. Sorry to the people who asked me to add CGI and usernames (/~user/blah.htm)
  64. I didn't get around to it because i don't have the patience or motivation
  65. to read through 1298412098 pages of RFC's and stuff.  If anyone wants to
  66. read these and summarize what i must do, be my guest :)
  67.  
  68. Other stuff
  69. ^^^^^^^^^^^
  70. Comments, Questions, Suggestions are welcome.
  71. Criticism will be ignored.
  72. You can contact me @ dink@ciholding.com, or check out my web page:
  73. http://ciholding.com/dink/
  74. to check out my info, links and other neet os/2 programs (freeware!!)!
  75.  
  76. Web/2 is freeware.  If you'd like to send in a donation or something,
  77. that would be cool (email me for my address)
  78.  
  79. If you have the following things laying around in a closet somewhere
  80. and want to get rid of them, lemme know!
  81.  
  82. 1] C64 Disk drive cable (one that hooks the c64 to the disk drive)
  83. 2] C64 "Epyx Fastload" cartrige
  84. 3] Roland TB-303 computer-controlled bassline synthesizer
  85.    (it looks like a little toy piano thinggy)
  86.  
  87. (i will pay cash for #3)
  88.  
  89. Even more stuff
  90. ^^^^^^^^^^^^^^^
  91. All of the files in this archive (web.exe, web.ico, web.doc, *.cfg ..etc)
  92. are to be used ONLY for the purpose of running a web site.  All of these
  93. files MUST be distributed together, not part of any other software package.
  94.